Class Scenario: Get Controller Root

5

tests

0

failures

0

ignored

20.622s

duration

100%

successful

Tests

Test Duration Result
And it will have a self link referencing "/hyperstateTest" 0.001s passed
Given a Hyperstate controller "hyperstateTestController" at "/hyperstateTest" 0.001s passed
Then the response will be a "HyperstateRootEntity" domain entity 0.002s passed
When request is made to "/hyperstateTest" 0s passed
classMethod 20.618s passed

Standard output

01:54:36.492 [Test worker] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
01:54:36.527 [Test worker] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
01:54:36.575 [Test worker] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [au.com.mountainpass.hyperstate.server.StepDefs] from class [org.springframework.boot.test.WebAppIntegrationTestContextBootstrapper]
01:54:36.608 [Test worker] DEBUG o.s.b.t.WebAppIntegrationTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@1f0f88d4 declaringClass = 'au.com.mountainpass.hyperstate.server.StepDefs', classes = '{class au.com.mountainpass.hyperstate.server.config.HyperstateTestConfiguration}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
01:54:36.639 [Test worker] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [au.com.mountainpass.hyperstate.server.StepDefs]: class path resource [au/com/mountainpass/hyperstate/server/StepDefs-context.xml] does not exist
01:54:36.640 [Test worker] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [au.com.mountainpass.hyperstate.server.StepDefs]: class path resource [au/com/mountainpass/hyperstate/server/StepDefsContext.groovy] does not exist
01:54:36.640 [Test worker] INFO  o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [au.com.mountainpass.hyperstate.server.StepDefs]: no resource found for suffixes {-context.xml, Context.groovy}.
01:54:36.644 [Test worker] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [au.com.mountainpass.hyperstate.server.StepDefs]
01:54:36.653 [Test worker] DEBUG o.s.test.util.ReflectionTestUtils - Setting field 'propertySourceProperties' of type [null] on target object [[WebMergedContextConfiguration@1a855dd7 testClass = StepDefs, locations = '{}', classes = '{class au.com.mountainpass.hyperstate.server.config.HyperstateTestConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', resourceBasePath = '', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]] or target class [class org.springframework.test.context.web.WebMergedContextConfiguration] to value [[Ljava.lang.String;@368099ad]
01:54:36.654 [Test worker] DEBUG o.s.b.t.WebAppIntegrationTestContextBootstrapper - @TestExecutionListeners is not present for class [au.com.mountainpass.hyperstate.server.StepDefs]: using defaults.
01:54:36.665 [Test worker] INFO  o.s.b.t.WebAppIntegrationTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
01:54:36.695 [Test worker] INFO  o.s.b.t.WebAppIntegrationTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4e521a54, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@73813a1c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7450c245, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6952f58a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@370cd24e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4d275f69]
01:54:36.830 [Test worker] DEBUG o.s.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
01:54:36.832 [Test worker] DEBUG o.s.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
01:54:36.833 [Test worker] DEBUG o.s.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
01:54:36.834 [Test worker] DEBUG o.s.core.env.StandardEnvironment - Adding [integrationTest] PropertySource with search precedence immediately lower than [systemEnvironment]

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.3.2.RELEASE)

2016-06-27 01:54:38.001  INFO 4585 --- [    Test worker] a.c.m.hyperstate.server.StepDefs         : Starting StepDefs on testing-gce-4d4f381d-ec59-4a5b-93e2-dce8297cf299.c.travis-ci-prod-2.internal with PID 4585 (/home/travis/build/mountain-pass/hyperstate/build/classes/test started by travis in /home/travis/build/mountain-pass/hyperstate)
2016-06-27 01:54:38.003 DEBUG 4585 --- [    Test worker] a.c.m.hyperstate.server.StepDefs         : Running with Spring Boot v1.3.2.RELEASE, Spring v4.2.4.RELEASE
2016-06-27 01:54:38.005  INFO 4585 --- [    Test worker] a.c.m.hyperstate.server.StepDefs         : No active profile set, falling back to default profiles: default
2016-06-27 01:54:38.199  INFO 4585 --- [    Test worker] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@742230c1: startup date [Mon Jun 27 01:54:38 UTC 2016]; root of context hierarchy
2016-06-27 01:54:40.502  INFO 4585 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
2016-06-27 01:54:41.684  INFO 4585 --- [    Test worker] o.s.s.a.AsyncAnnotationBeanPostProcessor : No TaskExecutor bean found for async annotation processing.
2016-06-27 01:54:41.880  INFO 4585 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7fe889a9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-06-27 01:54:49.993 DEBUG 4585 --- [    Test worker] .c.m.h.s.c.HyperstateTestConfiguration$1 : Code archive: /home/travis/build/mountain-pass/hyperstate/build/classes/test
2016-06-27 01:54:49.995 DEBUG 4585 --- [    Test worker] .c.m.h.s.c.HyperstateTestConfiguration$1 : Code archive: /home/travis/build/mountain-pass/hyperstate/build/classes/test
2016-06-27 01:54:49.997 DEBUG 4585 --- [    Test worker] .c.m.h.s.c.HyperstateTestConfiguration$1 : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
2016-06-27 01:54:50.101  INFO 4585 --- [    Test worker] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (https)
2016-06-27 01:54:50.144  INFO 4585 --- [    Test worker] o.apache.catalina.core.StandardService   : Starting service Tomcat
2016-06-27 01:54:50.148  INFO 4585 --- [    Test worker] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.0.30
2016-06-27 01:54:50.395  INFO 4585 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2016-06-27 01:54:50.397  INFO 4585 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 12205 ms
2016-06-27 01:54:50.988  INFO 4585 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'dispatcherServlet' to [/]
2016-06-27 01:54:50.997  INFO 4585 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'metricFilter' to: [/*]
2016-06-27 01:54:50.997  INFO 4585 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'characterEncodingFilter' to: [/*]
2016-06-27 01:54:50.998  INFO 4585 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2016-06-27 01:54:50.999  INFO 4585 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2016-06-27 01:54:50.999  INFO 4585 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'requestContextFilter' to: [/*]
2016-06-27 01:54:51.000  INFO 4585 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2016-06-27 01:54:51.000  INFO 4585 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'applicationContextIdFilter' to: [/*]
2016-06-27 01:54:51.488  INFO 4585 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2016-06-27 01:54:51.509  INFO 4585 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2016-06-27 01:54:51.668  INFO 4585 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate Core {4.3.11.Final}
2016-06-27 01:54:51.670  INFO 4585 --- [    Test worker] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
2016-06-27 01:54:51.674  INFO 4585 --- [    Test worker] org.hibernate.cfg.Environment            : HHH000021: Bytecode provider name : javassist
2016-06-27 01:54:51.994  INFO 4585 --- [    Test worker] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
2016-06-27 01:54:52.540  INFO 4585 --- [    Test worker] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2016-06-27 01:54:52.656  INFO 4585 --- [    Test worker] o.h.h.i.ast.ASTQueryTranslatorFactory    : HHH000397: Using ASTQueryTranslatorFactory
2016-06-27 01:54:52.895  INFO 4585 --- [    Test worker] org.hibernate.tool.hbm2ddl.SchemaExport  : HHH000227: Running hbm2ddl schema export
2016-06-27 01:54:52.898  INFO 4585 --- [    Test worker] org.hibernate.tool.hbm2ddl.SchemaExport  : HHH000230: Schema export complete
2016-06-27 01:54:53.873  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@742230c1: startup date [Mon Jun 27 01:54:38 UTC 2016]; root of context hierarchy
2016-06-27 01:54:54.029  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hyperstateTest/**],methods=[GET],produces=[text/html || application/xhtml+xml]}" onto public java.lang.String au.com.mountainpass.hyperstate.server.HyperstateController.html(javax.servlet.http.HttpServletRequest)
2016-06-27 01:54:54.031  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hyperstateTest/**],methods=[POST],consumes=[application/x-www-form-urlencoded],produces=[application/vnd.siren+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> au.com.mountainpass.hyperstate.server.HyperstateController.post(org.springframework.util.MultiValueMap<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest) throws java.net.URISyntaxException,java.lang.NoSuchMethodException,java.lang.SecurityException,javax.script.ScriptException,java.lang.IllegalAccessException,java.lang.IllegalArgumentException,java.lang.reflect.InvocationTargetException,java.lang.InterruptedException,java.util.concurrent.ExecutionException
2016-06-27 01:54:54.032  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hyperstateTest/**],methods=[GET],produces=[application/vnd.siren+json || application/json]}" onto public java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<?>> au.com.mountainpass.hyperstate.server.HyperstateController.get(java.util.Map<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest)
2016-06-27 01:54:54.033  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hyperstateTest/**],methods=[PUT],consumes=[application/x-www-form-urlencoded],produces=[application/vnd.siren+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> au.com.mountainpass.hyperstate.server.HyperstateController.put(org.springframework.util.MultiValueMap<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest) throws java.lang.IllegalAccessException,java.lang.IllegalArgumentException,java.lang.reflect.InvocationTargetException,java.net.URISyntaxException,java.lang.InterruptedException,java.util.concurrent.ExecutionException
2016-06-27 01:54:54.034  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hyperstateTest/**],methods=[DELETE],consumes=[application/x-www-form-urlencoded],produces=[application/vnd.siren+json || application/json]}" onto public java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<?>> au.com.mountainpass.hyperstate.server.HyperstateController.delete(javax.servlet.http.HttpServletRequest) throws java.net.URISyntaxException,java.lang.NoSuchMethodException,java.lang.SecurityException,javax.script.ScriptException,java.lang.IllegalAccessException,java.lang.IllegalArgumentException,java.lang.reflect.InvocationTargetException,java.lang.InterruptedException,java.util.concurrent.ExecutionException
2016-06-27 01:54:54.037  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2016-06-27 01:54:54.038  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2016-06-27 01:54:54.048  INFO 4585 --- [    Test worker] o.s.w.s.c.a.WebMvcConfigurerAdapter      : Adding welcome page: class path resource [static/index.html]
2016-06-27 01:54:54.067  INFO 4585 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
2016-06-27 01:54:54.088  INFO 4585 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-06-27 01:54:54.089  INFO 4585 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-06-27 01:54:54.097  INFO 4585 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler]
2016-06-27 01:54:54.164  INFO 4585 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-06-27 01:54:55.056  INFO 4585 --- [    Test worker] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@452c2a1c: startup date [Mon Jun 27 01:54:55 UTC 2016]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@742230c1
2016-06-27 01:54:55.123  INFO 4585 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'handlerExceptionResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration; factoryMethodName=handlerExceptionResolver; initMethodName=null; destroyMethodName=(inferred); defined in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=endpointWebMvcChildContextConfiguration; factoryMethodName=compositeHandlerExceptionResolver; initMethodName=null; destroyMethodName=(inferred); defined in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration]
2016-06-27 01:54:55.217  INFO 4585 --- [    Test worker] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (https)
2016-06-27 01:54:55.219  INFO 4585 --- [    Test worker] o.apache.catalina.core.StandardService   : Starting service Tomcat
2016-06-27 01:54:55.220  INFO 4585 --- [    Test worker] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.0.30
2016-06-27 01:54:55.233  INFO 4585 --- [ost-startStop-1] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2016-06-27 01:54:55.234  INFO 4585 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 178 ms
2016-06-27 01:54:55.242  INFO 4585 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'dispatcherServlet' to [/]
2016-06-27 01:54:55.396  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2016-06-27 01:54:55.397  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env || /env.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-06-27 01:54:55.398  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-06-27 01:54:55.399  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/actuator || /actuator.json],produces=[application/json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint.links()
2016-06-27 01:54:55.400  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-06-27 01:54:55.401  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-06-27 01:54:55.402  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/info || /info.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-06-27 01:54:55.403  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-06-27 01:54:55.405  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2016-06-27 01:54:55.405  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-06-27 01:54:55.406  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-06-27 01:54:55.407  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/health || /health.json],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
2016-06-27 01:54:55.408  INFO 4585 --- [    Test worker] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2016-06-27 01:54:55.446  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@452c2a1c: startup date [Mon Jun 27 01:54:55 UTC 2016]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@742230c1
2016-06-27 01:54:55.458  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2016-06-27 01:54:55.470  INFO 4585 --- [    Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public java.util.Map<java.lang.String, java.lang.Object> org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint.invoke()
2016-06-27 01:54:55.472  INFO 4585 --- [    Test worker] o.s.w.s.c.a.WebMvcConfigurerAdapter      : Adding welcome page: class path resource [static/index.html]
2016-06-27 01:54:55.475  INFO 4585 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
2016-06-27 01:54:55.482  INFO 4585 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-06-27 01:54:55.482  INFO 4585 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2016-06-27 01:54:55.485  INFO 4585 --- [    Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler]
2016-06-27 01:54:56.575  INFO 4585 --- [    Test worker] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 58417 (https)
2016-06-27 01:54:56.632  INFO 4585 --- [    Test worker] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 41299 (https)
2016-06-27 01:54:56.638  INFO 4585 --- [    Test worker] a.c.m.hyperstate.server.StepDefs         : Started StepDefs in 19.791 seconds (JVM running for 23.213)